home *** CD-ROM | disk | FTP | other *** search
/ PC Media 22 / PC MEDIA CD22.iso / share / prog / cbv2 / readme.txt < prev   
Text File  |  1995-09-20  |  4KB  |  146 lines

  1. /***************************************************************************/
  2. /*                                                                         */
  3. /*                CODE BUILDER ver 2.0  BY  SHANE JACOBSON                 */
  4. /*                                                                         */
  5. /***************************************************************************/
  6.  
  7.      This Program Is Used To Create C Code Graphics Files For Borland C 
  8.      Language Products. The Output File Can Be A Function Or A Stand
  9.      alone Program (SAP).
  10.  
  11.      This Program Is Shareware You May Evaluate Program For 30 Days
  12.      Free. If You Find It Useful Please Register.
  13.  
  14.      -NOTE
  15.       The Path To Bgi Driver Has Been Left Blank In The SAP Version.
  16.  
  17.       The Files Made With Code Builder Version 1.0 Are Not Compatable
  18.       With Version 2.0.
  19.  
  20.  
  21. SYSTEM REQUIREMENTS -
  22.  
  23.      - 286 or Better
  24.      - VGA MODE 640 X 480 X 16
  25.  
  26. COMMAND LINE ARG -
  27.  
  28. -  /BC: = The Program Accepts A Background Color Arg.
  29.  
  30.      -Acceptable Arg.
  31.     1 = BLUE               2 = GREEN             3 = CYAN
  32.     4 = RED                5 = MAGENTA           6 = BROWN
  33.     7 = LIGHTGRAY          8 = DARKGRAY          9 = LIGHTBLUE
  34.        10 = LIGHTGREEN        11 = LIGHTCYAN        12 = LIGHTRED
  35.        13 = LIGHTMAGENTA      14 = YELLOW           15 = WHITE
  36.  
  37.    -FORMAT
  38.      CBV2 /BC: 10 - This Command Starts Program With A LIGHTGREEN Background.
  39.  
  40.      -NOTE
  41.       If You Do Not Enter Anything Or Enter Incorrectly Background Will Be
  42.       Black.
  43.  
  44.  
  45. -  /MPX: = Controls How Many Pixels Are Moved In X Direction When Arrow Keys
  46.        Are Pressed.
  47. -  /MPY: = Controls How Many Pixels Are Moved In Y Direction When Arrow Keys
  48.        Are Pressed.
  49. -  /MPB: = Controls How Many Pixels Are Moved In Both Direction When Arrow
  50.        Keys Are Pressed.
  51.  
  52.      -Acceptable Arg.
  53.     1 thur 9 Pixels
  54.  
  55.    -FORMAT
  56.      CBV2 /MPX: 5 - This Command Sets Arrow Keys In X Direction To Five.
  57.      CBV2 /MPY: 5 - This Command Sets Arrow Keys In Y Direction To Five.
  58.      CBV2 /MPB: 5 - This Command Sets Arrow Keys In X and Y Direction To Five.
  59.  
  60.      -NOTE
  61.       If You Do Not Enter Anything Or Enter Incorrectly X and Y Direction
  62.       Equals 1 Pixel.
  63.  
  64.  
  65. -  /DT: = Controls Screen Savers Active Time.
  66.  
  67.      -Acceptable Arg.
  68.     Delay Time In Minutes.
  69.  
  70.    -FORMAT
  71.      CBV2 /DT: 2 - This Command Sets Screen Savers Active Time To Two Minutes.
  72.  
  73.      -NOTE
  74.       If You Do Not Enter Anything Or Enter Incorrectly Delay Time Equals
  75.       Five Minutes.
  76.  
  77.  
  78. -  /SS: = Controls If Screen Savers Are Active.
  79.  
  80.      -Acceptable Arg.
  81.     1 = ON
  82.     0 = OFF
  83.  
  84.    -FORMAT
  85.      CBV2 /SS: 0 - This Command Turns Screen Savers Off.
  86.  
  87.      -NOTE
  88.       If You Do Not Enter Anything Or Enter Incorrectly Screen Saver
  89.       Is Active.
  90.  
  91. -  /ME: = Controls Mouse Time.
  92.       If You Are Have Problem With Mouse Action Adjust Time.
  93.  
  94.      -Acceptable Arg.
  95.     Delay Time In Millseconds.
  96.     MAX => 20000.
  97.  
  98.    -FORMAT
  99.      CBV2 /ME: 500 - This Command Turns Screen Savers Off.
  100.  
  101.      -NOTE
  102.       If You Do Not Enter Anything Or Enter Incorrectly ME = 250;
  103.  
  104.  
  105. NOTES -
  106.   - Useful Commands That Could Be Lookup In Your Borland Help File - 
  107.         - registerbgidriver
  108.         - registerbgifont
  109.        NOTE - Commands Are Explained In Your UTIL.DOC File That comes 
  110.               with your Borland Product.
  111.   
  112.   - You May Have To Modify The graphics header File To Use registerbgifont.
  113.  
  114.  
  115.  
  116. PLEASE REGISTER
  117.  
  118. WHAT YOU GET -
  119.      
  120.      - Current Registered Version of Code Builder
  121.      - Slide Show Viewer
  122.      - Converter To Convert Version 1.0 Files To 2.0 Files
  123.  
  124. /***************************************************************************/
  125.  
  126. NOTE -
  127.  
  128.      - I can be reached through "CompuServe" My number is 75357,2342
  129.      - Please report any errors you are having so I may fix them.
  130.      - Thank You!
  131.  
  132.      - You may freely distrubute Code Builder Shareware ver 2.0
  133.  
  134.      - Sorry That Ellipses Were Dropped from version 2.0
  135.  
  136. /***************************************************************************/
  137.  
  138. CODE BUILDER VERSION 2.0
  139.  
  140.    The Program Is Pretty Explicit But Let My Give You Some Quick Tips.
  141.  
  142.     - Both Buttons Pressed Menu Pops Up.
  143.     - Right Button Pressed Color Menu or Style Menu Pops Up.
  144.     - Print Batch File For Reference To Hot Keys.
  145.     - Different Color Keys Are Also Hot Keys.
  146.     - If You Have Any Question Or Sujestions Please Contact Me.